home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 June: Reference Library / Dev.CD Jun 94.toast / Periodicals / develop / develop Issue 15 / develop 15 code / Floating Windows / Sample / Source / appleEventHandlers.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-05  |  415 b   |  10 lines  |  [TEXT/MPS ]

  1. #ifndef __AEHandlers__
  2. #define __AEHandlers__
  3.  
  4. pascal OSErr    OAPPHandler(AppleEvent theAppleEvent, AppleEvent reply, long handlerRefCon);
  5. pascal OSErr    ODOCHandler(AppleEvent theAppleEvent, AppleEvent reply, long handlerRefCon);
  6. pascal OSErr    PDOCHandler(AppleEvent theAppleEvent, AppleEvent reply, long handlerRefCon);
  7. pascal OSErr    QUITHandler(AppleEvent theAppleEvent, AppleEvent reply, long handlerRefCon);
  8.  
  9. #endif
  10.